home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / mdipad.zip / TOOLBAR.DEF < prev    next >
Text File  |  1993-02-23  |  884b  |  33 lines

  1. ;  ************************************************************************
  2. ;
  3. ;                       Microsoft Developer Support
  4. ;                Copyright (c) 1992 Microsoft Corporation
  5. ;
  6. ;  **************************************************************************
  7. ;  MODULE    : ToolBar.DEF
  8. ;  PURPOSE   : A Win16/Win32 ToolBar Application Module Definition File
  9. ;  **************************************************************************
  10.  
  11. LIBRARY      ToolBar
  12. DESCRIPTION  'Microsoft Developer Support's GUI ToolBar DLL'
  13.  
  14. CODE         PRELOAD MOVEABLE DISCARDABLE
  15. DATA         PRELOAD MOVEABLE MULTIPLE
  16. HEAPSIZE     4096
  17. STACKSIZE    8192
  18.  
  19. EXPORTS
  20.  InitToolBar
  21.  CreateToolBar
  22.  AdjustToolBar
  23.  AddToolLabel
  24.  AddToolCombo
  25.  AddToolButton
  26.  AddToolSpace
  27.  ToolBarHeight
  28.  InitStatusBar
  29.  CreateStatusBar
  30.  AdjustStatusBar
  31.  AddStatusField
  32.  StatusBarHeight
  33.